func reflect.needKeyUpdate

4 uses

	reflect (current package)
		type.go#L1960: 	if needKeyUpdate(ktyp) {
		type.go#L2178: func needKeyUpdate(t *rtype) bool {
		type.go#L2189: 		return needKeyUpdate(tt.elem)
		type.go#L2193: 			if needKeyUpdate(f.typ) {